GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / IsAnnotationVisibleAt Method





In This Topic
IsAnnotationVisibleAt Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function IsAnnotationVisibleAt( _
   ByVal AnnotationIdx As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As Boolean
public bool IsAnnotationVisibleAt( 
   int AnnotationIdx,
   int X,
   int Y
)
public function IsAnnotationVisibleAt( 
    AnnotationIdx: Integer;
    X: Integer;
    Y: Integer
): Boolean; 
public function IsAnnotationVisibleAt( 
   AnnotationIdx : int,
   X : int,
   Y : int
) : boolean;
public: bool IsAnnotationVisibleAt( 
   int AnnotationIdx,
   int X,
   int Y
) 
public:
bool IsAnnotationVisibleAt( 
   int AnnotationIdx,
   int X,
   int Y
) 

Parameters

AnnotationIdx
X
Y
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members